\(\int (a+b \sec ^2(e+f x))^{3/2} \sin ^2(e+f x) \, dx\) [88]

   Optimal result
   Rubi [A] (verified)
   Mathematica [C] (warning: unable to verify)
   Maple [B] (warning: unable to verify)
   Fricas [B] (verification not implemented)
   Sympy [F(-1)]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 161 \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\frac {\sqrt {a} (a-3 b) \arctan \left (\frac {\sqrt {a} \tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f}+\frac {(3 a-b) \sqrt {b} \text {arctanh}\left (\frac {\sqrt {b} \tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f}+\frac {b \tan (e+f x) \sqrt {a+b+b \tan ^2(e+f x)}}{f}-\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f} \]

[Out]

1/2*(a-3*b)*arctan(a^(1/2)*tan(f*x+e)/(a+b+b*tan(f*x+e)^2)^(1/2))*a^(1/2)/f+1/2*(3*a-b)*arctanh(b^(1/2)*tan(f*
x+e)/(a+b+b*tan(f*x+e)^2)^(1/2))*b^(1/2)/f+b*(a+b+b*tan(f*x+e)^2)^(1/2)*tan(f*x+e)/f-1/2*cos(f*x+e)*sin(f*x+e)
*(a+b+b*tan(f*x+e)^2)^(3/2)/f

Rubi [A] (verified)

Time = 0.22 (sec) , antiderivative size = 161, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.320, Rules used = {4217, 478, 542, 537, 223, 212, 385, 209} \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\frac {\sqrt {a} (a-3 b) \arctan \left (\frac {\sqrt {a} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)+b}}\right )}{2 f}+\frac {\sqrt {b} (3 a-b) \text {arctanh}\left (\frac {\sqrt {b} \tan (e+f x)}{\sqrt {a+b \tan ^2(e+f x)+b}}\right )}{2 f}+\frac {b \tan (e+f x) \sqrt {a+b \tan ^2(e+f x)+b}}{f}-\frac {\sin (e+f x) \cos (e+f x) \left (a+b \tan ^2(e+f x)+b\right )^{3/2}}{2 f} \]

[In]

Int[(a + b*Sec[e + f*x]^2)^(3/2)*Sin[e + f*x]^2,x]

[Out]

(Sqrt[a]*(a - 3*b)*ArcTan[(Sqrt[a]*Tan[e + f*x])/Sqrt[a + b + b*Tan[e + f*x]^2]])/(2*f) + ((3*a - b)*Sqrt[b]*A
rcTanh[(Sqrt[b]*Tan[e + f*x])/Sqrt[a + b + b*Tan[e + f*x]^2]])/(2*f) + (b*Tan[e + f*x]*Sqrt[a + b + b*Tan[e +
f*x]^2])/f - (Cos[e + f*x]*Sin[e + f*x]*(a + b + b*Tan[e + f*x]^2)^(3/2))/(2*f)

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 385

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 478

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[e^(n - 1
)*(e*x)^(m - n + 1)*(a + b*x^n)^(p + 1)*((c + d*x^n)^q/(b*n*(p + 1))), x] - Dist[e^n/(b*n*(p + 1)), Int[(e*x)^
(m - n)*(a + b*x^n)^(p + 1)*(c + d*x^n)^(q - 1)*Simp[c*(m - n + 1) + d*(m + n*(q - 1) + 1)*x^n, x], x], x] /;
FreeQ[{a, b, c, d, e}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && LtQ[p, -1] && GtQ[q, 0] && GtQ[m - n + 1, 0] &
& IntBinomialQ[a, b, c, d, e, m, n, p, q, x]

Rule 537

Int[((e_) + (f_.)*(x_)^(n_))/(((a_) + (b_.)*(x_)^(n_))*Sqrt[(c_) + (d_.)*(x_)^(n_)]), x_Symbol] :> Dist[f/b, I
nt[1/Sqrt[c + d*x^n], x], x] + Dist[(b*e - a*f)/b, Int[1/((a + b*x^n)*Sqrt[c + d*x^n]), x], x] /; FreeQ[{a, b,
 c, d, e, f, n}, x]

Rule 542

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.)*((e_) + (f_.)*(x_)^(n_)), x_Symbol] :> Simp[
f*x*(a + b*x^n)^(p + 1)*((c + d*x^n)^q/(b*(n*(p + q + 1) + 1))), x] + Dist[1/(b*(n*(p + q + 1) + 1)), Int[(a +
 b*x^n)^p*(c + d*x^n)^(q - 1)*Simp[c*(b*e - a*f + b*e*n*(p + q + 1)) + (d*(b*e - a*f) + f*n*q*(b*c - a*d) + b*
d*e*n*(p + q + 1))*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && GtQ[q, 0] && NeQ[n*(p + q + 1) + 1
, 0]

Rule 4217

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_.)*sin[(e_.) + (f_.)*(x_)]^(m_), x_Symbol] :> With[{ff = Fr
eeFactors[Tan[e + f*x], x]}, Dist[ff^(m + 1)/f, Subst[Int[x^m*(ExpandToSum[a + b*(1 + ff^2*x^2)^(n/2), x]^p/(1
 + ff^2*x^2)^(m/2 + 1)), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[m/2] && Integer
Q[n/2]

Rubi steps \begin{align*} \text {integral}& = \frac {\text {Subst}\left (\int \frac {x^2 \left (a+b+b x^2\right )^{3/2}}{\left (1+x^2\right )^2} \, dx,x,\tan (e+f x)\right )}{f} \\ & = -\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f}+\frac {\text {Subst}\left (\int \frac {\sqrt {a+b+b x^2} \left (a+b+4 b x^2\right )}{1+x^2} \, dx,x,\tan (e+f x)\right )}{2 f} \\ & = \frac {b \tan (e+f x) \sqrt {a+b+b \tan ^2(e+f x)}}{f}-\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f}+\frac {\text {Subst}\left (\int \frac {2 \left (a^2-b^2\right )+2 (3 a-b) b x^2}{\left (1+x^2\right ) \sqrt {a+b+b x^2}} \, dx,x,\tan (e+f x)\right )}{4 f} \\ & = \frac {b \tan (e+f x) \sqrt {a+b+b \tan ^2(e+f x)}}{f}-\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f}+\frac {(a (a-3 b)) \text {Subst}\left (\int \frac {1}{\left (1+x^2\right ) \sqrt {a+b+b x^2}} \, dx,x,\tan (e+f x)\right )}{2 f}+\frac {((3 a-b) b) \text {Subst}\left (\int \frac {1}{\sqrt {a+b+b x^2}} \, dx,x,\tan (e+f x)\right )}{2 f} \\ & = \frac {b \tan (e+f x) \sqrt {a+b+b \tan ^2(e+f x)}}{f}-\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f}+\frac {(a (a-3 b)) \text {Subst}\left (\int \frac {1}{1+a x^2} \, dx,x,\frac {\tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f}+\frac {((3 a-b) b) \text {Subst}\left (\int \frac {1}{1-b x^2} \, dx,x,\frac {\tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f} \\ & = \frac {\sqrt {a} (a-3 b) \arctan \left (\frac {\sqrt {a} \tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f}+\frac {(3 a-b) \sqrt {b} \text {arctanh}\left (\frac {\sqrt {b} \tan (e+f x)}{\sqrt {a+b+b \tan ^2(e+f x)}}\right )}{2 f}+\frac {b \tan (e+f x) \sqrt {a+b+b \tan ^2(e+f x)}}{f}-\frac {\cos (e+f x) \sin (e+f x) \left (a+b+b \tan ^2(e+f x)\right )^{3/2}}{2 f} \\ \end{align*}

Mathematica [C] (warning: unable to verify)

Result contains complex when optimal does not.

Time = 3.78 (sec) , antiderivative size = 493, normalized size of antiderivative = 3.06 \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\frac {e^{-i (e+f x)} \sqrt {4 b+a e^{-2 i (e+f x)} \left (1+e^{2 i (e+f x)}\right )^2} \cos ^3(e+f x) \left (\frac {i \left (-1+e^{2 i (e+f x)}\right ) \left (-4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2\right )}{\left (1+e^{2 i (e+f x)}\right )^2}+\frac {2 e^{2 i (e+f x)} \left (2 \sqrt {a} (a-3 b) f x-i \sqrt {a} (a-3 b) \log \left (a+2 b+a e^{2 i (e+f x)}+\sqrt {a} \sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}\right )+i \sqrt {a} (a-3 b) \log \left (a+a e^{2 i (e+f x)}+2 b e^{2 i (e+f x)}+\sqrt {a} \sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}\right )+2 \sqrt {b} (-3 a+b) \log \left (\frac {\left (\sqrt {b} \left (-1+e^{2 i (e+f x)}\right )-i \sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}\right ) f}{b (-3 a+b) \left (1+e^{2 i (e+f x)}\right )}\right )\right )}{\sqrt {4 b e^{2 i (e+f x)}+a \left (1+e^{2 i (e+f x)}\right )^2}}\right ) \left (a+b \sec ^2(e+f x)\right )^{3/2}}{2 \sqrt {2} f (a+2 b+a \cos (2 e+2 f x))^{3/2}} \]

[In]

Integrate[(a + b*Sec[e + f*x]^2)^(3/2)*Sin[e + f*x]^2,x]

[Out]

(Sqrt[4*b + (a*(1 + E^((2*I)*(e + f*x)))^2)/E^((2*I)*(e + f*x))]*Cos[e + f*x]^3*((I*(-1 + E^((2*I)*(e + f*x)))
*(-4*b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2))/(1 + E^((2*I)*(e + f*x)))^2 + (2*E^((2*I)*(e + f*
x))*(2*Sqrt[a]*(a - 3*b)*f*x - I*Sqrt[a]*(a - 3*b)*Log[a + 2*b + a*E^((2*I)*(e + f*x)) + Sqrt[a]*Sqrt[4*b*E^((
2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2]] + I*Sqrt[a]*(a - 3*b)*Log[a + a*E^((2*I)*(e + f*x)) + 2*b*E^
((2*I)*(e + f*x)) + Sqrt[a]*Sqrt[4*b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2]] + 2*Sqrt[b]*(-3*a +
 b)*Log[((Sqrt[b]*(-1 + E^((2*I)*(e + f*x))) - I*Sqrt[4*b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2]
)*f)/(b*(-3*a + b)*(1 + E^((2*I)*(e + f*x))))]))/Sqrt[4*b*E^((2*I)*(e + f*x)) + a*(1 + E^((2*I)*(e + f*x)))^2]
)*(a + b*Sec[e + f*x]^2)^(3/2))/(2*Sqrt[2]*E^(I*(e + f*x))*f*(a + 2*b + a*Cos[2*e + 2*f*x])^(3/2))

Maple [B] (warning: unable to verify)

Leaf count of result is larger than twice the leaf count of optimal. \(899\) vs. \(2(139)=278\).

Time = 11.54 (sec) , antiderivative size = 900, normalized size of antiderivative = 5.59

method result size
default \(\text {Expression too large to display}\) \(900\)

[In]

int((a+b*sec(f*x+e)^2)^(3/2)*sin(f*x+e)^2,x,method=_RETURNVERBOSE)

[Out]

-1/4/f/b/(-a)^(1/2)*(a+b*sec(f*x+e)^2)^(3/2)/((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)/(b+a*cos(f*x+e)^2)/(1
+cos(f*x+e))*(cos(f*x+e)^3*b^(5/2)*ln(4*(-((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*b^(1/2)*cos(f*x+e)+sin(f
*x+e)*a-b^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)-a-b)/(sin(f*x+e)-1))*(-a)^(1/2)+cos(f*x+e)^3*b^(5/
2)*ln(-4*(-((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*b^(1/2)*cos(f*x+e)+sin(f*x+e)*a-b^(1/2)*((b+a*cos(f*x+e
)^2)/(1+cos(f*x+e))^2)^(1/2)+a+b)/(sin(f*x+e)+1))*(-a)^(1/2)-3*cos(f*x+e)^3*b^(3/2)*ln(4*(-((b+a*cos(f*x+e)^2)
/(1+cos(f*x+e))^2)^(1/2)*b^(1/2)*cos(f*x+e)+sin(f*x+e)*a-b^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)-a
-b)/(sin(f*x+e)-1))*(-a)^(1/2)*a-3*cos(f*x+e)^3*b^(3/2)*ln(-4*(-((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*b^
(1/2)*cos(f*x+e)+sin(f*x+e)*a-b^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)+a+b)/(sin(f*x+e)+1))*(-a)^(1
/2)*a+2*cos(f*x+e)^4*sin(f*x+e)*a*b*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*(-a)^(1/2)+2*(-a)^(1/2)*((b+a*
cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*a*b*cos(f*x+e)^3*sin(f*x+e)-2*sin(f*x+e)*cos(f*x+e)^2*((b+a*cos(f*x+e)^2
)/(1+cos(f*x+e))^2)^(1/2)*(-a)^(1/2)*b^2-2*ln(4*(-a)^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x
+e)+4*(-a)^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)-4*sin(f*x+e)*a)*cos(f*x+e)^3*a^2*b+6*ln(4*(-a)^(1
/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)+4*(-a)^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^
(1/2)-4*sin(f*x+e)*a)*cos(f*x+e)^3*a*b^2-2*(-a)^(1/2)*((b+a*cos(f*x+e)^2)/(1+cos(f*x+e))^2)^(1/2)*b^2*cos(f*x+
e)*sin(f*x+e))

Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 308 vs. \(2 (139) = 278\).

Time = 1.18 (sec) , antiderivative size = 1535, normalized size of antiderivative = 9.53 \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\text {Too large to display} \]

[In]

integrate((a+b*sec(f*x+e)^2)^(3/2)*sin(f*x+e)^2,x, algorithm="fricas")

[Out]

[-1/16*(sqrt(-a)*(a - 3*b)*cos(f*x + e)*log(128*a^4*cos(f*x + e)^8 - 256*(a^4 - a^3*b)*cos(f*x + e)^6 + 32*(5*
a^4 - 14*a^3*b + 5*a^2*b^2)*cos(f*x + e)^4 + a^4 - 28*a^3*b + 70*a^2*b^2 - 28*a*b^3 + b^4 - 32*(a^4 - 7*a^3*b
+ 7*a^2*b^2 - a*b^3)*cos(f*x + e)^2 + 8*(16*a^3*cos(f*x + e)^7 - 24*(a^3 - a^2*b)*cos(f*x + e)^5 + 2*(5*a^3 -
14*a^2*b + 5*a*b^2)*cos(f*x + e)^3 - (a^3 - 7*a^2*b + 7*a*b^2 - b^3)*cos(f*x + e))*sqrt(-a)*sqrt((a*cos(f*x +
e)^2 + b)/cos(f*x + e)^2)*sin(f*x + e)) + 2*(3*a - b)*sqrt(b)*cos(f*x + e)*log(((a^2 - 6*a*b + b^2)*cos(f*x +
e)^4 + 8*(a*b - b^2)*cos(f*x + e)^2 - 4*((a - b)*cos(f*x + e)^3 + 2*b*cos(f*x + e))*sqrt(b)*sqrt((a*cos(f*x +
e)^2 + b)/cos(f*x + e)^2)*sin(f*x + e) + 8*b^2)/cos(f*x + e)^4) + 8*(a*cos(f*x + e)^2 - b)*sqrt((a*cos(f*x + e
)^2 + b)/cos(f*x + e)^2)*sin(f*x + e))/(f*cos(f*x + e)), 1/16*(4*(3*a - b)*sqrt(-b)*arctan(-1/2*((a - b)*cos(f
*x + e)^3 + 2*b*cos(f*x + e))*sqrt(-b)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)/((a*b*cos(f*x + e)^2 + b^2)
*sin(f*x + e)))*cos(f*x + e) - sqrt(-a)*(a - 3*b)*cos(f*x + e)*log(128*a^4*cos(f*x + e)^8 - 256*(a^4 - a^3*b)*
cos(f*x + e)^6 + 32*(5*a^4 - 14*a^3*b + 5*a^2*b^2)*cos(f*x + e)^4 + a^4 - 28*a^3*b + 70*a^2*b^2 - 28*a*b^3 + b
^4 - 32*(a^4 - 7*a^3*b + 7*a^2*b^2 - a*b^3)*cos(f*x + e)^2 + 8*(16*a^3*cos(f*x + e)^7 - 24*(a^3 - a^2*b)*cos(f
*x + e)^5 + 2*(5*a^3 - 14*a^2*b + 5*a*b^2)*cos(f*x + e)^3 - (a^3 - 7*a^2*b + 7*a*b^2 - b^3)*cos(f*x + e))*sqrt
(-a)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)*sin(f*x + e)) - 8*(a*cos(f*x + e)^2 - b)*sqrt((a*cos(f*x + e)
^2 + b)/cos(f*x + e)^2)*sin(f*x + e))/(f*cos(f*x + e)), -1/8*((a - 3*b)*sqrt(a)*arctan(1/4*(8*a^2*cos(f*x + e)
^5 - 8*(a^2 - a*b)*cos(f*x + e)^3 + (a^2 - 6*a*b + b^2)*cos(f*x + e))*sqrt(a)*sqrt((a*cos(f*x + e)^2 + b)/cos(
f*x + e)^2)/((2*a^3*cos(f*x + e)^4 - a^2*b + a*b^2 - (a^3 - 3*a^2*b)*cos(f*x + e)^2)*sin(f*x + e)))*cos(f*x +
e) + (3*a - b)*sqrt(b)*cos(f*x + e)*log(((a^2 - 6*a*b + b^2)*cos(f*x + e)^4 + 8*(a*b - b^2)*cos(f*x + e)^2 - 4
*((a - b)*cos(f*x + e)^3 + 2*b*cos(f*x + e))*sqrt(b)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)*sin(f*x + e)
+ 8*b^2)/cos(f*x + e)^4) + 4*(a*cos(f*x + e)^2 - b)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)*sin(f*x + e))/
(f*cos(f*x + e)), -1/8*((a - 3*b)*sqrt(a)*arctan(1/4*(8*a^2*cos(f*x + e)^5 - 8*(a^2 - a*b)*cos(f*x + e)^3 + (a
^2 - 6*a*b + b^2)*cos(f*x + e))*sqrt(a)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)/((2*a^3*cos(f*x + e)^4 - a
^2*b + a*b^2 - (a^3 - 3*a^2*b)*cos(f*x + e)^2)*sin(f*x + e)))*cos(f*x + e) - 2*(3*a - b)*sqrt(-b)*arctan(-1/2*
((a - b)*cos(f*x + e)^3 + 2*b*cos(f*x + e))*sqrt(-b)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)^2)/((a*b*cos(f*x
 + e)^2 + b^2)*sin(f*x + e)))*cos(f*x + e) + 4*(a*cos(f*x + e)^2 - b)*sqrt((a*cos(f*x + e)^2 + b)/cos(f*x + e)
^2)*sin(f*x + e))/(f*cos(f*x + e))]

Sympy [F(-1)]

Timed out. \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\text {Timed out} \]

[In]

integrate((a+b*sec(f*x+e)**2)**(3/2)*sin(f*x+e)**2,x)

[Out]

Timed out

Maxima [F]

\[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\int { {\left (b \sec \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} \sin \left (f x + e\right )^{2} \,d x } \]

[In]

integrate((a+b*sec(f*x+e)^2)^(3/2)*sin(f*x+e)^2,x, algorithm="maxima")

[Out]

integrate((b*sec(f*x + e)^2 + a)^(3/2)*sin(f*x + e)^2, x)

Giac [F]

\[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\int { {\left (b \sec \left (f x + e\right )^{2} + a\right )}^{\frac {3}{2}} \sin \left (f x + e\right )^{2} \,d x } \]

[In]

integrate((a+b*sec(f*x+e)^2)^(3/2)*sin(f*x+e)^2,x, algorithm="giac")

[Out]

integrate((b*sec(f*x + e)^2 + a)^(3/2)*sin(f*x + e)^2, x)

Mupad [F(-1)]

Timed out. \[ \int \left (a+b \sec ^2(e+f x)\right )^{3/2} \sin ^2(e+f x) \, dx=\int {\sin \left (e+f\,x\right )}^2\,{\left (a+\frac {b}{{\cos \left (e+f\,x\right )}^2}\right )}^{3/2} \,d x \]

[In]

int(sin(e + f*x)^2*(a + b/cos(e + f*x)^2)^(3/2),x)

[Out]

int(sin(e + f*x)^2*(a + b/cos(e + f*x)^2)^(3/2), x)